home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_38_OilGrease.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  1.5 KB  |  45 lines

  1. on mouseUp
  2.   if the hilite of cast "oilgrease" = 1 then
  3.     set the visible of sprite 34 to 0
  4.     set the visible of sprite 35 to 0
  5.     set the visible of sprite 36 to 0
  6.     set the visible of sprite 37 to 0
  7.     set the visible of sprite 38 to 0
  8.     set the visible of sprite 39 to 0
  9.     set the visible of sprite 40 to 0
  10.     set the visible of sprite 41 to 0
  11.     set the visible of sprite 68 to 0
  12.     set the visible of sprite 69 to 0
  13.     set the visible of sprite 70 to 0
  14.     set the visible of sprite 71 to 0
  15.     set the visible of sprite 56 to 0
  16.     set the visible of sprite 57 to 0
  17.     set the visible of sprite 58 to 0
  18.     set the visible of sprite 59 to 0
  19.     set the visible of sprite 66 to 0
  20.     set the visible of sprite 67 to 0
  21.   end if
  22.   if the hilite of cast "oilgrease" = 0 then
  23.     if the hilite of cast "extremetemp" = 0 then
  24.       set the visible of sprite 34 to 1
  25.       set the visible of sprite 35 to 1
  26.       set the visible of sprite 36 to 1
  27.       set the visible of sprite 37 to 1
  28.       set the visible of sprite 38 to 1
  29.       set the visible of sprite 39 to 1
  30.       set the visible of sprite 40 to 1
  31.       set the visible of sprite 41 to 1
  32.       set the visible of sprite 68 to 1
  33.       set the visible of sprite 69 to 1
  34.       set the visible of sprite 70 to 1
  35.       set the visible of sprite 71 to 1
  36.       set the visible of sprite 56 to 1
  37.       set the visible of sprite 57 to 1
  38.       set the visible of sprite 58 to 1
  39.       set the visible of sprite 59 to 1
  40.       set the visible of sprite 66 to 1
  41.       set the visible of sprite 67 to 1
  42.     end if
  43.   end if
  44. end
  45.